fivetran / dbt_stripe_source

Fivetran's Stripe source dbt package
https://fivetran.github.io/dbt_stripe_source/
Apache License 2.0
8 stars 27 forks source link

[Feature] Support FAL target.type #60

Open fivetran-joemarkiewicz opened 1 year ago

fivetran-joemarkiewicz commented 1 year ago

Is there an existing feature request for this?

Describe the Feature

As identified within the dbt_stripe Issue #45, it seems that the fal target.type is not supported within conditionals found throughout the package. In particular, the get_plan_columns conditional is exclusively looking for the target.type in BigQuery, Spark, or Databricks. However, if a user has the fal adapter, then it will fail as the quoting is needed but the adapter is not included in the conditional.

This feature is to explore supporting the fal adapter and how it differs from other warehouses.

Describe alternatives you've considered

Do not use the fal adapter.

Are you interested in contributing this feature?

Anything else?

No response