https://dagster.io/ logo
#ask-community
Title
# ask-community
s

Saul Burgos

08/09/2022, 8:52 PM
Hi, I have updated my dasgter project from 0.15 to 1.0.2 and I am getting this error. the current import on the repository.py is: "from alliance_bernstein.jobs.airbyt_sftp_to_snowflake import airbyte_sftp_to_snowflake_job".
🤖 1
I guess it has to do with "The dagster.experimental submodule has been deleted,"
ok I am really confuse, I have created a new project on 1.0.2 and is working with this folder files.
But when I add this import from another job, stop working. What am I missing here? My goal is separate several jobs in different folders. It should be simple.. just add de the import. I have read the module python documentation .. everything look ok. but I got this error
I found the problem. I had "dagster_airbyte" 0.15.x I just update to 0.16.2 and is working.