- 2531 Views
- 1 replies
- 0 kudos
Hi all,I would appreciate some clarity regarding the DLT and CDC. So my first question would be, when it comes to the "source" table in the synta, is that CDC table or? Further, if we want to use only databricks, would mounting foreign catalog be a g...
- 2531 Views
- 1 replies
- 0 kudos
- 5555 Views
- 4 replies
- 1 kudos
Hello,I want to refactor the notebook programatically. So, written the code as follows: import requestsimport base64# Databricks Workspace API URLsworkspace_url = f"{host}/api/2.0/workspace"export_url = f"{workspace_url}/export"import_url = f"{worksp...
- 5555 Views
- 4 replies
- 1 kudos
by
NT911
• New Contributor II
- 1902 Views
- 1 replies
- 0 kudos
import geopandas as gpdfrom shapely.geometry import *Pd_csv_sel_pq_gg = gpd.GeoDataFrame(Points_csv_sel_pq_gg.toPandas(), geometry="geometry") Error is given below /databricks/spark/python/pyspark/sql/pandas/utils.py:37: DeprecationWarning: distutil...
- 1902 Views
- 1 replies
- 0 kudos