Hi there
pipeline/
modelling/
model/
schema/
sample_model.py
some_domain/
filter_out.py
I trying to import filter_out.py model in the dbt model by providing the path
**filter_out.py**
from test.filter_out import filter_out
But not able import it. But it is expecting some __init__.py
But dbt is not working properly with __init__.py
Any idea what is causing this problem. Let me know if there are any other details that would help.