dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.17k stars 1.4k forks source link

load_*_from_package_name #19297

Open danielgibbons opened 8 months ago

danielgibbons commented 8 months ago

What's the use case?

The helper function load_assets_from_package_name is really convenient. Can we have similar functions for job, schedules, and sensors? This would be nicer than having to manually add all of the required jobs, schedules and sensors in the Definitions object.

Ideas of implementation

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

jamiedemaria commented 8 months ago

thanks for raising this issue! this is something we've discussed internally in the past, but I wasn't able to find a different GH issue where we're tracking it, so we can make this that issue