Does Metaflow support orchestrating ML solely with...
# ask-metaflow
c
Does Metaflow support orchestrating ML solely within Databricks? (eg: using Databricks workflows, or Airflow to orchestrate). I found a lot of questions in this channel related to integrating with Databricks with say @pyspark decorator, but am curious about running Metaflow within Databricks. I ask as Databricks is becoming the the paid platform for many company data solutions (eg: ETL with Spark and DataLakes). thank you!
1
v
out of the box
@pyspark
works with Servlerless EMR but I think some folks have used it with Databricks too. Another great way to integrate the two is via Iceberg, along the lines what Netflix does (see Fast Data here)
c
Iceberg works with Databricks? Is this using the Unity Catalog Open APIs?
v
they acquired our ex-colleagues who created Iceberg at Netflix last summer