Channels
ask-ai
dagster-de
integration-airbyte
topic-async-execution
dagster-jp
dagster-cube
gigs-freelance
dagster-wandb
dagster-feedback
dagster-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
dagster-insights
dagster-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
data-quality-asset-checks
Powered by
#dagster-cloud
Title
# dagster-cloud
l
Leo Qin
01/12/2023, 11:31 PM
hello - any patterns or suggestions on how to configure aws profiles within the image that gets pushed to dagster cloud? I tried putting it in
dagster_cloud_post_install.sh
but it looks like that is executed before environment variables are applied?
phrased another way - if I supply my own credentials file in the image, will that cause any issue?
j
jordan
01/13/2023, 3:31 PM
supplying your own credentials file in the image should be fine - although you’ll probably want to avoid defining a
default
profile in it
4 Views
Post