Anthony Holten
Anthony Holten
Pass the jobs_api_version to the ApiClient so that jobs API endpoint urls use the appropriate Jobs API version (instead of defaulting to 2.0) Enables use of Databricks Jobs API 2.1...
## Expected Behavior [Despite this closed issue stating the contrary](https://github.com/databrickslabs/dbx/issues/162), dbx does not support the Databricks Jobs 2.1 API. ## Current Behavior The config/environment variable jobs-api-version value is not passed...
Hey there- I was able to run download_tweets.py successfully yesterday but today the script is giving an empty CSV. The script always detects the correct number of tweets, and even...
Hi all! I've made this documentation PR after encountering [issue 196](https://github.com/tiangolo/sqlmodel/issues/196#issuecomment-1884097452). Many devs are accustomed to using the `from __future__ import annotations` import when working with forward references. Even though...
Issue #82 seems to have been reintroduced at some point after release 1.3.2: ``` from treelib import Tree tree = Tree() tree.create_node("Harry", "harry") # root node tree.create_node("Jane", "jane", parent="harry") tree.create_node("Bill",...
Quick typo fix in README.md: engine.connext() -> engine.connect()