Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
We have Databricks UniForm format (iceberg) tables are present in azure data lake storage (ADLS) which has already integrated with Databricks unity catalog. How to read Uniform format tables using Databricks as a query engine?
SELECT*FROM catalog_name.schema_name.table_name WHERE partition_column ='value';
Cache data:
python
Copiar cรณdigo
df.cache()
Optional Features:
Time Travel:
sql
Copiar cรณdigo
SELECT*FROM catalog_name.schema_name.table_name VERSION ASOF123456;
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.