Is there an existing feature request for this?
Describe the Feature
An issue with dbt_utils.get_url_parameter was discovered in fivetran/dbt_linkedin_source#55 for Databricks SQL. Macro fivetran_utils.extract_url_parameter was added to solve this issue for Databricks targets (see fivetran/dbt_fivetran_utils#130 more info).
For this package, references to dbt_utils.get_url_parameter need to be updated to fivetran_utils.extract_url_parameter.
Is there an existing feature request for this?
Describe the Feature
An issue with
dbt_utils.get_url_parameterwas discovered in fivetran/dbt_linkedin_source#55 for Databricks SQL. Macrofivetran_utils.extract_url_parameterwas added to solve this issue for Databricks targets (see fivetran/dbt_fivetran_utils#130 more info).For this package, references to
dbt_utils.get_url_parameterneed to be updated tofivetran_utils.extract_url_parameter.