We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug percentile and json_extract macros lack of namespace, so they could not be extended (for example by dbt_re_data_trino)
Expected behavior namespace is evaluated correctly in dbt_project.yml
To Reproduce current codes from github https://github.com/re-data/dbt-re-data/blob/main/macros/utils/fivetran_utils/percentile.sql#L8 https://github.com/re-data/dbt-re-data/blob/main/macros/utils/fivetran_utils/json_extract.sql#L8
The text was updated successfully, but these errors were encountered:
ecdf5e5
add namespace to fivetran_utils macros, fix re-data#103 (re-data#104)
865bb12
No branches or pull requests
Describe the bug
percentile and json_extract macros lack of namespace, so they could not be extended (for example by dbt_re_data_trino)
Expected behavior
namespace is evaluated correctly in dbt_project.yml
To Reproduce
current codes from github
https://github.com/re-data/dbt-re-data/blob/main/macros/utils/fivetran_utils/percentile.sql#L8
https://github.com/re-data/dbt-re-data/blob/main/macros/utils/fivetran_utils/json_extract.sql#L8
The text was updated successfully, but these errors were encountered: