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
SpatialKNN
Describe the bug
During a DLT's "setting up tables", flow resolution fails
Note the traceback points to
mosaic/python/mosaic/models/knn/spatial_knn.py
Line 20 in 0aec1f8
To Reproduce Steps to reproduce the behavior:
@dlt.table( partition_cols= ["countryCode"], table_properties= {"pipelines.autoOptimize.zOrderCols": "propertyID, distance"}, ) def _cellPeers() -> DataFramePS: # https://databrickslabs.github.io/mosaic/models/spatial-knn.html knn = SpatialKNN() if spark.sparkContext.getCheckpointDir(): knn.setUseTableCheckpoint(True) knn.setCheckpointTablePrefix("checkpoint_table_knn") # anything else you want return foo
Expected behavior No exception when initializing the class
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
During a DLT's "setting up tables", flow resolution fails
Note the traceback points to
mosaic/python/mosaic/models/knn/spatial_knn.py
Line 20 in 0aec1f8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No exception when initializing the class
The text was updated successfully, but these errors were encountered: