We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBLDATAGEN should be able to run with Databricks Serverless Instances as spark.sql.execution.arrow.pyspark.enabled is set by default.
spark.sql.execution.arrow.pyspark.enabled
Module fails as it checks for the value of the configuration.
Connect a notebook to a Databricks Serverless Instance. Import dbldatagen Try creating a spec with DataGenerator.
N/A
Databricks Serverless Instance
dbldatagen
The text was updated successfully, but these errors were encountered:
Thanks Daniel - this is a current open issue and will be in hotfix or next version
Sorry, something went wrong.
See #292
Fixed with most recent release
ronanstokes-db
No branches or pull requests
Expected Behavior
DBLDATAGEN should be able to run with Databricks Serverless Instances as
spark.sql.execution.arrow.pyspark.enabled
is set by default.Current Behavior
Module fails as it checks for the value of the configuration.
Steps to Reproduce (for bugs)
Connect a notebook to a Databricks Serverless Instance.
Import dbldatagen
Try creating a spec with DataGenerator.
Context
N/A
Your Environment
Databricks Serverless Instance
dbldatagen
version used: 0.4.0The text was updated successfully, but these errors were encountered: