databricks-industry-solutions / fsi-mrm-generation

Automated generation of MRM documentation
https://databricks-industry-solutions.github.io/fsi-mrm-generation/
Other
5 stars 3 forks source link

ability to run this utility from databricks notebook #6

Open aamend opened 1 year ago

aamend commented 1 year ago

Instead of running as a separate utility, the same could be ran from a databricks notebook environment where PDF could be rendered right away and possibly attached to a registered model.

Possibly using instead of reinventing the wheel

serving_host = spark.conf.get("spark.databricks.workspaceUrl")
creds = get_databricks_host_creds()
Muhtasham commented 1 year ago

that would be very neat @aamend