Jacopo Tagliabue
Jacopo Tagliabue
Steps to reproduce: - clone the repo - `python -m venv venv` and `source venv/bin/activate` - `pip install convoys==0.2.1` - `python examples/dob_violations.py` Stacktrace: File "examples/dob_violations.py", line 50, in run() File...
When running the DX tutorial, the [credential page](https://prefecthq.github.io/prefect-databricks/#saving-credentials-to-block) is ambiguous on what is the exact format of the DX credentials. # Expectation / Proposal This line makes it look like...
The tutorial [here](https://prefecthq.github.io/prefect-databricks/) incorrectly states that the notebook syntax is `"/Users//example.ipynb",` but it only works with `"/Users//example"`.
I upgraded TF to 0.12.0rc0 and the example stopped working (was working before with standard commands like _-v -v -o weights.tfl -p reversed -m embedding_attention -e 10 train 100000_). Any...
My s3 bucket with iceberg (picture below) cannot be queried with ```iceberg_scan('s3://bucket/iceberg', ALLOW_MOVED_PATHS=true)``` nor ```iceberg_scan('s3://bucket/iceberg/*', ALLOW_MOVED_PATHS=true)``` In particular the system is trying to find a very specific file (so the...