Skip to content

Commit

Permalink
add 'ingest_photo_gcs.py' for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 16, 2023
1 parent 60f64fc commit a30356d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ deployments:
proxy_type: datacenter
batch_size: 30
total_record_size: 60
- name: "ingest-photos-gcs-test"
entrypoint: src/prefect/ingest_photos_gcs.py:ingest_photos_gcs
work_pool: *test_cloud_run_work_pool
schedule: null
parameters:
gcp_credential_block_name: unsplash-photo-trends-deployment-sa
proxy_type: datacenter
batch_size: 20
total_record_size: 20
# Production Environment
- name: "healthcheck-prod"
entrypoint: src/prefect/healthcheck.py:healthcheck
Expand Down

0 comments on commit a30356d

Please sign in to comment.