This dbt package contains macros that:
- can be (re)used across dbt projects running on Spark
- define Spark-specific implementations of dispatched macros from other packages
Check dbt Hub for the latest installation instructions, or read the docs for more information on installing packages.
This package provides "shims" for:
- dbt_utils, except for:
dbt_utils.get_relations_by_prefix_sql
dbt_utils.get_tables_by_pattern_sql
dbt_utils.get_tables_by_prefix
dbt_utils.get_tables_by_pattern
- snowplow (tested on Databricks only)
We welcome contributions to this repo! To contribute a new feature or a fix,
please open a Pull Request with 1) your changes and 2) updated documentation for
the README.md
file.
- What is dbt?
- Installation
- Join the #spark channel in dbt Slack
Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.