-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from kevinsunny1996/task/add_load_date_and_upd…
…ate_params_and_add_transforms Task/add load date and update params and add transforms
- Loading branch information
Showing
4 changed files
with
58 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
FROM quay.io/astronomer/astro-runtime:11.3.0 | ||
ENV AIRFLOW__CORE__TEST_CONNECTION=Enabled | ||
ENV AIRFLOW__CORE__TEST_CONNECTION=Enabled | ||
|
||
# install dbt into a virtual environment | ||
RUN python -m venv dbt_venv && source dbt_venv/bin/activate && \ | ||
pip install --no-cache-dir dbt-bigquery && deactivate |
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