hi, while it's trivial to run on SQL warehouses, there are cases where scaling of serverless jobs (contrasted to fixed sizes of SQL warehouses), as well as some configurations (dynamic partition overwrite, for example) are needed.
I was wondering if someone looked into this and whether there are some known limitations about such approach.
I could imagine a crude way of parsing manifest, then constructing a Databricks workflow and slapping an environment on top of it, and deploying + running that, but I'm wondering if i'm missing some already supported way in the adapter, or if reaching something like that is a low hanging fruit and I just need to look better?
hi, while it's trivial to run on SQL warehouses, there are cases where scaling of serverless jobs (contrasted to fixed sizes of SQL warehouses), as well as some configurations (dynamic partition overwrite, for example) are needed.
I was wondering if someone looked into this and whether there are some known limitations about such approach.
I could imagine a crude way of parsing manifest, then constructing a Databricks workflow and slapping an environment on top of it, and deploying + running that, but I'm wondering if i'm missing some already supported way in the adapter, or if reaching something like that is a low hanging fruit and I just need to look better?