-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move redshift, snowflake, bigquery plugins (#3969)
* Consolidate dbt-redshift Start moving unit tests fix typo; rm breakpoints rm references to redshift rm all references to redshift except `integration/100_rpc_test` 🙁 cleanup CI fix tests! fix docs test bc of schema version change * Consolidate dbt-snowflake Continue pulling apart Snowflake tests Fixups Rip out even more * Consolidate dbt-bigquery * Rm redshift, snowflake, bigquery from plugins/ * Comment out rs, sf, bq profiles in 100_rpc_test * Add changelog, readme notes Co-authored-by: Kyle Wigley <[email protected]>
- Loading branch information
Showing
294 changed files
with
128 additions
and
14,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
-e ./core | ||
-e ./plugins/postgres | ||
-e ./plugins/redshift | ||
-e ./plugins/snowflake | ||
-e ./plugins/bigquery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,3 @@ | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/dbt-labs/dbt/6c6649f9129d5d108aa3b0526f634cd8f3a9d1ed/etc/dbt-logo-full.svg" alt="dbt logo" width="500"/> | ||
</p> | ||
### dbt-bigquery | ||
|
||
**[dbt](https://www.getdbt.com/)** (data build tool) enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. | ||
|
||
dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis. | ||
|
||
## dbt-bigquery | ||
|
||
The `dbt-bigquery` package contains all of the code required to make dbt operate on a BigQuery database. For | ||
more information on using dbt with BigQuery, consult [the docs](https://docs.getdbt.com/docs/profile-bigquery). | ||
|
||
|
||
## Find out more | ||
|
||
- Check out the [Introduction to dbt](https://docs.getdbt.com/docs/introduction/). | ||
- Read the [dbt Viewpoint](https://docs.getdbt.com/docs/about/viewpoint/). | ||
|
||
## Join thousands of analysts in the dbt community | ||
|
||
- Join the [chat](http://community.getdbt.com/) on Slack. | ||
- Find community posts on [dbt Discourse](https://discourse.getdbt.com). | ||
|
||
## Reporting bugs and contributing code | ||
|
||
- Want to report a bug or request a feature? Let us know on [Slack](http://community.getdbt.com/), or open [an issue](https://github.com/dbt-labs/dbt/issues/new). | ||
- Want to help us build dbt? Check out the [Contributing Getting Started Guide](https://github.com/dbt-labs/dbt/blob/HEAD/CONTRIBUTING.md) | ||
|
||
## Code of Conduct | ||
|
||
Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct). | ||
This plugin has moved! https://github.com/dbt-labs/dbt-bigquery |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.