Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Rename bigquery dbt_files/profiles/bigquery/profiles.yaml to dbt_files/profiles/bigquery/profiles.yml #86

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

abhisheksingh94
Copy link
Contributor

profiles.yaml file is not detected by default when using meltano invoke dbt-bigquery:

Renaming it to profiles.yml fixes this issue

In latest DBT versions the following has be depreciated in the profiles.yml file and same is already available in the dbt_project.yml file
config:
send_anonymous_usage_stats: False
use_colors: True

after removing above section fixes the issue

abhisheksingh94 and others added 2 commits January 21, 2025 01:39
profiles.yaml file is not detected by default when using meltano invoke dbt-bigquery:<any command>

Renaming it to profiles.yml fixes this issue

In latest DBT versions the following has be depreciated in the profiles.yml file and same already available in the dbt_project.yml file
config:
  send_anonymous_usage_stats: False
  use_colors: True

after removing above section fixes the issue
rename profiles.yaml to profiles.yml
@abhisheksingh94 abhisheksingh94 requested a review from a team as a code owner January 20, 2025 20:11
@abhisheksingh94 abhisheksingh94 changed the title Rename bigquery profiles.yaml to profiles.yml fix: Rename bigquery dbt_files/profiles/bigquery/profiles.yaml to dbt_files/profiles/bigquery/profiles.yml Jan 20, 2025
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jan 20, 2025
@edgarrmondragon
Copy link
Contributor

Thanks!

Merged via the queue into meltano:main with commit ed35c4b Jan 20, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants