Hi @Curious-mind ,
The main benefit around creating your own managed location is just better isolation and management. It will depend on how large your data is, but if you want the data to be stored in specific locations by catalog, rather than havin...
Hi @kingn718 ,
Can you check to see if your workspace is in a supported region? Right now, Opus is only availble in us-east-1, us-east-2 and us-west-2 per https://docs.databricks.com/aws/en/machine-learning/model-serving/foundation-model-overview.
If...
@Curious-mind
You got it. Running the COPY INTO is good for the initial load as it's optimized for bulk loads. You'll want to use Auto-loader going forward to incrementally process new rows.
Hi @Curious-mind ,
Welcome to using Databricks! For your use case, I think creating managed tables using COPY INTO are going to be more performative which will lead to better cost scalability as well. While external tables could initially be a bit ch...
Hi @Aminsn ,
You're understanding is correct in that only 1 running app can be deployed per app instance.
If you want to maximize the utilization of the compute, one option could be to create a multi-page app, where the landing page will direct users...