4sushi

Results 6 comments of 4sushi

Hello, do you have a workaround? Thanks

Hello, I'm unable to fix this error on M1 Mac. ```shell conda create -y -q --no-default-packages --name conda_env python=3.8 virtualenv conda activate conda_env python -m venv --system-site-packages venv source venv/bin/activate...

What is the reason that the content of the file `manifest.json` and `catalog.json` are not directly inserted into the HTML file `index.html` during the documentation generation? If you do this,...

@hugh-nguyen You need to use [ref()](https://docs.getdbt.com/reference/dbt-jinja-functions/ref) or [source()](https://docs.getdbt.com/docs/build/sources) inside your model: For exemple in your case, you need to transform this query: ```sql select * from source_data ``` into something...

Hello, still the same issue in 2025, with simple workflow in local. **workflow.py** ```python from prefect import flow, task @task def preprocessing(): print("preprocessing") @task def grouping(): print("grouping data into partitions")...

Sorry I was pretty busy, thanks @ceb10n for completing the PR.