hey @migq2 , @maks
in the AI/BI dashboards in your data, add a limit parameter like:select all from my_table limit :limit_number
to all your tables.
when you're on canvas and adding visualizations, add a filter and create a parameter with single val...
@ImranA and @igorstar
I repost my response here again:to create materialized views, you could use CREATE OR REFRESH LIVE TABLE however according to the official docs:
The CREATE OR REFRESH LIVE TABLE syntax to create a materialized view is deprecat...
hello @Akshay_Petkar,
in your data tab, can't you create a dataset using "Create From SQL" and write a query like the following and use this dataset in your canvas?
SELECT COUNT(sales_key) total_sales, distirict FROM my_table
GROUP BY distirict
ORDE...
hello @Vetrivel,
Serverless compute resources run in the serverless compute plane, which is managed by Azure Databricks. For more details on the network and architecture, see Serverless compute plane networking.
https://learn.microsoft.com/en-us/azur...
hey @garf
could you please try to create an external volume using your external location and then use the file path in the volume as the input file path?