Commands for working with Dagster assets.
dagster asset [OPTIONS] COMMAND [ARGS]...
Commands
Eliminate asset key indexes from event logs.
Commands for debugging Dagster job runs.
dagster debug [OPTIONS] COMMAND [ARGS]...
Commands
Export the relevant artifacts for a…
Import the relevant artifacts for a…
Commands for working with the current Dagster instance.
dagster instance [OPTIONS] COMMAND [ARGS]...
Commands
List the information about the current…
Automatically migrate an out of date…
Rebuild index over historical runs for…
Commands for working with Dagster jobs.
dagster job [OPTIONS] COMMAND [ARGS]...
Commands
Backfill a partitioned job.
Execute a job.
Launch a job using the run launcher…
List the jobs in a repository.
Display the freshness of memoized results…
Print a job.
Scaffold the config for a job.
Commands for working with Dagster job runs.
dagster run [OPTIONS] COMMAND [ARGS]...
Commands
Delete a run by id and its associated…
List the runs in the current Dagster…
Eliminate all run history and event logs.
Commands for working with Dagster schedules.
dagster schedule [OPTIONS] COMMAND [ARGS]...
Commands
Debug information about the scheduler.
List all schedules that correspond to a…
Get logs for a schedule.
Preview changes that will be performed by…
Restart a running schedule.
Start an existing schedule.
Stop an existing schedule.
Delete the schedule history and turn off…
Commands for working with Dagster sensors.
dagster sensor [OPTIONS] COMMAND [ARGS]...
Commands
Set the cursor value for an existing sensor.
List all sensors that correspond to a…
Preview an existing sensor execution.
Start an existing sensor.
Stop an existing sensor.
Run a GraphQL query against the dagster interface to a specified repository or pipeline/job.
Can only use ONE of –workspace/-w, –python-file/-f, –module-name/-m, –grpc-port, –grpc-socket.
Examples:
dagster-graphql
dagster-graphql -y path/to/workspace.yaml
dagster-graphql -f path/to/file.py -a define_repo
dagster-graphql -m some_module -a define_repo
dagster-graphql -f path/to/file.py -a define_pipeline
dagster-graphql -m some_module -a define_pipeline
dagster-graphql [OPTIONS]
Options
Show the version and exit.
GraphQL document to execute passed as a string
GraphQL document to execute passed as a file
GraphQL document to execute, from a predefined set provided by dagster-graphql.
launchPipelineExecution
A JSON encoded string containing the variables for GraphQL execution.
A URL for a remote instance running dagit server to send the GraphQL request to.
A file path to store the GraphQL response to. This flag is useful when making pipeline/job execution queries, since pipeline/job execution causes logs to print to stdout and stderr.
Use an ephemeral DagsterInstance instead of resolving via DAGSTER_HOME
Allow an empty workspace
Path to workspace file. Argument can be provided multiple times.
Specify working directory to use when loading the repository or pipeline/job.
Specify python file where repository or pipeline/job function lives
Specify Python package where repository or pipeline/job function lives
Specify module where repository or pipeline/job function lives
Attribute that is either a 1) repository or pipeline/job or 2) a function that returns a repository or pipeline/job
Port to use to connect to gRPC server
Named socket to use to connect to gRPC server
Host to use to connect to gRPC server, defaults to localhost
Use a secure channel when connecting to the gRPC server
Environment variables
Provide a default for
--working-directory
Provide a default for
--python-file
Provide a default for
--package-name
Provide a default for
--module-name
Provide a default for
--attribute
Run dagit. Loads a repository or pipeline/job.
Can only use ONE of –workspace/-w, –python-file/-f, –module-name/-m, –grpc-port, –grpc-socket.
Examples:
dagit (works if .workspace.yaml exists)
dagit -w path/to/workspace.yaml
dagit -f path/to/file.py
dagit -f path/to/file.py -d path/to/working_directory
dagit -m some_module
dagit -f path/to/file.py -a define_repo
dagit -m some_module -a define_repo
dagit -p 3333
Options can also provide arguments via environment variables prefixed with DAGIT
For example, DAGIT_PORT=3333 dagit
dagit [OPTIONS]
Options
Use a secure channel when connecting to the gRPC server
Host to use to connect to gRPC server, defaults to localhost
Named socket to use to connect to gRPC server
Port to use to connect to gRPC server
Attribute that is either a 1) repository or pipeline/job or 2) a function that returns a repository or pipeline/job
Specify module where repository or pipeline/job function lives
Specify Python package where repository or pipeline/job function lives
Specify python file where repository or pipeline/job function lives
Specify working directory to use when loading the repository or pipeline/job.
Path to workspace file. Argument can be provided multiple times.
Allow an empty workspace
Host to run server on
127.0.0.1
Port to run server on.
3000
The path prefix where Dagit will be hosted (eg: /dagit)
The timeout in milliseconds to set on database statements sent to the DagsterInstance. Not respected in all configurations.
15000
Start Dagit in read-only mode, where all mutations such as launching runs and turning schedules on/off are turned off.
Filter all warnings when hosting Dagit.
Set the log level for the uvicorn web server.
warning
critical | error | warning | info | debug | trace
Show the version and exit.
Environment variables
Provide a default for
--attribute
Provide a default for
--module-name
Provide a default for
--package-name
Provide a default for
--python-file
Provide a default for
--working-directory
Run any daemons configured on the DagsterInstance.
dagster-daemon run [OPTIONS]
Options
Use a secure channel when connecting to the gRPC server
Host to use to connect to gRPC server, defaults to localhost
Named socket to use to connect to gRPC server
Port to use to connect to gRPC server
Attribute that is either a 1) repository or pipeline/job or 2) a function that returns a repository or pipeline/job
Specify module where repository or pipeline/job function lives
Specify Python package where repository or pipeline/job function lives
Specify python file where repository or pipeline/job function lives
Specify working directory to use when loading the repository or pipeline/job.
Path to workspace file. Argument can be provided multiple times.
Allow an empty workspace
Environment variables
Provide a default for
--attribute
Provide a default for
--module-name
Provide a default for
--package-name
Provide a default for
--python-file
Provide a default for
--working-directory
Wipe all heartbeats from storage.
dagster-daemon wipe [OPTIONS]
Log all heartbeat statuses
dagster-daemon debug heartbeat-dump [OPTIONS]