Skip to content

Project-J/athena-adwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

athena-adwords

This dbt package contains macros that:

Installation Instructions

Add to your packages.yml

packages:
  - git: https://github.com/Project-J/athena-adwords
    revision: 0.1.0

For dbt < v0.19.2, add the following lines to your dbt_project.yml:

vars:
  dbt_utils_dispatch_list: ["athena_adwords"]

For dbt >= v0.19.2, , add the following lines to your dbt_project.yml:

dispatch:
  - macro_namespace: adwords
    search_order: [athena_adwords, adwords]

Compatibility

This package provides "shims" for adwords. In the future more shims could be added to this repository.

Contributing

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.

About

AWS Athena shims for dbt-labs/adwords macros

Resources

License

Stars

Watchers

Forks

Packages

No packages published