Skip to content

Commit

Permalink
renamed demo_assets to hooli_data_ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
izzye84 committed Sep 24, 2024
1 parent ab18aaa commit 913bfa9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,23 +153,23 @@ jobs:
with:
command: "ci set-build-output --location-name=snowflake_insights --image-tag=$IMAGE_TAG-snowflake-insights"

# Build 'demo_assets' code location
- name: Build and upload Docker image for demo_assets
# Build 'hooli_data_ingest' code location
- name: Build and upload Docker image for hooli_data_ingest
if: steps.prerun.outputs.result != 'skip'
uses: docker/build-push-action@v5
with:
context: ./hooli-demo-assets
context: ./hooli-data-ingest
push: true
tags: ${{ env.IMAGE_REGISTRY }}:${{ env.IMAGE_TAG }}-demo-assets
tags: ${{ env.IMAGE_REGISTRY }}:${{ env.IMAGE_TAG }}-hooli-data-ingest
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Update build session with image tag for demo_assets
id: ci-set-build-output-demo-assets
- name: Update build session with image tag for hooli_data_ingest
id: ci-set-build-output-hooli-data-ingest
if: steps.prerun.outputs.result != 'skip'
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected]
with:
command: "ci set-build-output --location-name=demo_assets --image-tag=$IMAGE_TAG-demo-assets"
command: "ci set-build-output --location-name=hooli_data_ingest --image-tag=$IMAGE_TAG-hooli-data-ingest"

# Build pipes example container
- name: Build and upload Docker image for pipes example
Expand Down
6 changes: 3 additions & 3 deletions dagster_cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ locations:
directory: ./hooli_snowflake_insights
registry: 764506304434.dkr.ecr.us-west-2.amazonaws.com/hooli-data-science-prod

- location_name: demo_assets
- location_name: hooli_data_ingest
code_source:
package_name: hooli_demo_assets
package_name: hooli_data_ingest
build:
directory: ./hooli-demo-assets
directory: ./hooli-data-ingest
registry: 764506304434.dkr.ecr.us-west-2.amazonaws.com/hooli-data-science-prod
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hooli-demo-assets/setup.py → hooli-data-ingest/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

setup(
name="hooli_demo_assets",
name="hooli_data_ingest",
packages=find_packages(),
install_requires=[
"dagster",
Expand Down

0 comments on commit 913bfa9

Please sign in to comment.