...

/

Solution: Complete the project.yml File

Solution: Complete the project.yml File

Get a detailed review of the solution to the “Complete the project.yml File” challenge.

We'll cover the following...

Solution

Let’s review the solution to the problem presented in the previous lesson.

chef_tom:
  outputs:
    dev:
      dataset: {{dataset_name}}
      job_execution_timeout_seconds: 300
      job_retries: 1
      keyfile: credentials.json
      location: {{dataset_location}}
      method: service-account
      priority: interactive
      project: {{project_name}}
      threads: 1
      type: bigquery
  target: dev
# Enter your new profile here
Solution code: Completing the project.yml file

We set the configuration enabled to prevent dbt from running the ingredients model. ...