We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc690cb commit 09516dfCopy full SHA for 09516df
2 files changed
.github/workflows/deploy.yml
@@ -42,6 +42,11 @@ jobs:
42
ref: ${{ github.head_ref }}
43
path: project-repo
44
45
+ - name: Copy dbt_project into macro_agents for deployment
46
+ if: steps.prerun.outputs.result == 'pex-deploy'
47
+ run: |
48
+ cp -r project-repo/dbt_project project-repo/macro_agents/dbt_project
49
+
50
- name: Python Executable Deploy
51
if: steps.prerun.outputs.result == 'pex-deploy'
52
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.0
dagster_cloud.yaml
@@ -4,4 +4,4 @@ locations:
4
module_name: macro_agents.definitions
5
working_directory: ./macro_agents
6
build:
7
- directory: .
+ directory: ./macro_agents
0 commit comments