Skip to content
New issue

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

test run #27

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM apache/airflow:${AIRFLOW_VERSION}

WORKDIR /usr/local/airflow

COPY requirements.txt .
COPY requirements.txt .

# Install dbt into a virtual environment for use in ExternalPythonOperator
# The sed command allows pip to avoid running with --user flag in the virtual environment
Expand Down
4 changes: 0 additions & 4 deletions include/deb_capstone/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions include/deb_capstone/README.md

This file was deleted.

Empty file.
37 changes: 0 additions & 37 deletions include/deb_capstone/dbt_project.yml

This file was deleted.

Empty file.
27 changes: 0 additions & 27 deletions include/deb_capstone/models/example/my_first_dbt_model.sql

This file was deleted.

6 changes: 0 additions & 6 deletions include/deb_capstone/models/example/my_second_dbt_model.sql

This file was deleted.

21 changes: 0 additions & 21 deletions include/deb_capstone/models/example/schema.yml

This file was deleted.

Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion pyspark-scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Define BigQuery dataset and table
BQ_DATASET_NAME = "movie_analytics"
BQ_MOVIE_REVIEWS_TABLE = "movie_review_stg"
BQ_MOVIE_REVIEWS_TABLE = "movie_review_stg"
BQ_LOG_REVIEWS_TABLE = "log_stg"

LOG_FILES = "{}/project-data/log_reviews".format(GCS_BUCKET)
Expand Down