Dan Mahoney
04/19/2022, 6:52 PMfrom dagster import repository
from openlineage.dagster.sensor import openlineage_sensor
from hello_cereal import hello_cereal_job
@repository
_def_ hello_cereal_repository():
openlineage_sensor_def = openlineage_sensor(
_minimum_interval_seconds_=60,
_record_filter_limit_=60,
)
return [hello_cereal_job, openlineage_sensor_def]
Thoughts?daniel
04/19/2022, 6:59 PMDan Mahoney
04/19/2022, 7:03 PMdaniel
04/19/2022, 7:03 PMDan Mahoney
04/19/2022, 7:05 PMERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
openlineage-dagster 0.8.0 requires dagster<=0.14.5,>=0.13.8, but you have dagster 0.14.9 which is incompatible.
dagster-graphql 0.14.5 requires dagster==0.14.5, but you have dagster 0.14.9 which is incompatible.
daniel
04/19/2022, 7:08 PMDan Mahoney
04/19/2022, 7:12 PMdaniel
04/19/2022, 7:12 PMDan Mahoney
04/19/2022, 7:16 PMdaniel
04/19/2022, 7:16 PMdagster instance migrate
?Dan Mahoney
04/19/2022, 7:20 PMdaniel
04/19/2022, 7:21 PMDan Mahoney
04/19/2022, 7:25 PMdaniel
04/19/2022, 7:25 PMI'm starting dagit and dagster-daemon with no arguments
Does this mean that you've set up a workspace.yaml
file in that same folder that you're running dagit from? is it possible to share the contents of that file?Dan Mahoney
04/19/2022, 7:31 PMdaniel
04/19/2022, 7:39 PMdagit -f repos.py
?Dan Mahoney
04/19/2022, 7:42 PMload_from:
- python_file: repos.py
I looked in the wrong file..sorrydaniel
04/19/2022, 7:42 PMDan Mahoney
04/19/2022, 7:59 PMdaniel
04/19/2022, 8:00 PMDan Mahoney
04/19/2022, 8:01 PMdaniel
04/19/2022, 8:01 PMDan Mahoney
04/20/2022, 1:32 PMdaniel
04/20/2022, 1:33 PMDan Mahoney
04/20/2022, 1:34 PM