[Feature] Support FAL target.type #60
Labels
priority:p4
Affects few users; pick up when available
type:enhancement
New functionality or enhancement
update_type:feature
Primary focus is to add new functionality
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
The text was updated successfully, but these errors were encountered: