[Bug] stripe.yml trailing tabs breaking .yml spec #94
Labels
status:stale
Issue was blocked or had no user response for more than 30 days
type:bug
Something is broken or incorrect
Is there an existing issue for this?
Describe the issue
I was unable to run my dbt project due to trailing tabs in your stripe.yml file.
Here are similar issues:
Relevant error log or model output
Multiple cases of the following on multiple lines:
Expected behavior
Without error:
dbt parse
Possible solution
Remove trailing tabs that are inconsistently present on multiple field names
dbt Project configurations
stripe_database: internal_analytics
stripe_schema: stripe
stripe__standardized_billing_model_enabled: True
Package versions
packages:
- package: dbt-labs/dbt_utils # Hubspot package recommends to remove this
version: 1.2.0
version: 0.12.1
version: 0.12.0
version: 0.10.4
version: [">=0.18.0", "<0.19.0"]
version: [">=0.15.0", "<0.16.0"]
version: [">=1.9.0", "<1.10.0"]
What database are you using dbt with?
snowflake
How are you running this dbt package?
Fivetran Transformations, dbt Core™
dbt Version
1.8.6
Additional Context
No response
Are you willing to open a PR to help address this issue?
* fix!: Remove trailing tabs to avoid conflict with .yml spec and blocking dbt parse #95
The text was updated successfully, but these errors were encountered: