Skip to content

Commit

Permalink
Merge pull request #27 from uche-madu/dev
Browse files Browse the repository at this point in the history
test run
  • Loading branch information
uche-madu authored Oct 10, 2023
2 parents 84bac9e + 2a931a2 commit 895830d
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 112 deletions.
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

0 comments on commit 895830d

Please sign in to comment.