Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#ask-community
Title
# ask-community
d
Daniel Galea
01/05/2023, 12:29 PM
Does someone know if the dagster-docker DockerRunLauncher is the same as Airflow
🤖 1
s
Sylvain Lesage
01/05/2023, 12:35 PM
From the
code
and the example here:
https://docs.dagster.io/_apidocs/libraries/dagster-docker#dagster_docker.docker_executor
, I would say yes. (but I am new to dagster)
Copy code
@job(executor_def=docker_executor) def docker_job(): pass
d
Daniel Galea
01/05/2023, 12:37 PM
Thanks 🙂 I will try it out. I am using the K8sRunLauncher but would just like to deploy a specific op in a separate container / pod
d
daniel
01/05/2023, 12:59 PM
Hey Daniel - If you’re running in k8s I think the Ops section here will help:
https://docs.dagster.io/_apidocs/libraries/dagster-k8s#ops
D 1
🌈 1
❤️ 1
d
Daniel Galea
01/05/2023, 1:00 PM
@daniel
This is exactly what I want, thank you! 🙂
2 Views
Post