| sdf_version | The version of the sdf cli | no | latest |
| command | The sdf command to run | no | sdf compile |
| workspace_dir | The directory of the workspace | no | . |
| access_key | The access key | no | — |
| secret_key | The secret key | no | — |
| is_dbt | Whether the workspace is dbt based or not | no | "" |
| dbt_profiles_dir | Used to pass in a custom path to a dbt profiles.yml file. If not set, it will use dbt's behavior of looking in the same dir as the dbt_project.yml file, then if not there look in the .dbt dir in the user's home directory. | no | "" |
| snowflake_account_id | The snowflake account id | no | — |
| snowflake_username | The snowflake username | no | — |
| snowflake_password | The snowflake password | no | — |
| snowflake_private_key_path | The path to the private key file | no | — |
| snowflake_private_key_pem | The private key pem | no | — |
| snowflake_private_key_passphrase | The private key passphrase | no | — |
| snowflake_role | The snowflake role | no | — |
| snowflake_warehouse | The snowflake warehouse | no | — |
| aws_region | The aws region | no | — |
| aws_access_key_id | The aws access key id | no | — |
| aws_secret_access_key | The aws secret access key | no | — |
| bigquery_project_id | The bigquery project id | no | — |
| bigquery_client_email | The bigquery client email | no | — |
| bigquery_private_key | The private key pem | no | — |
| bigquery_credentials_json_path | The path to the bigquery credentials json file | no | — |