Skip to content

Floe v0.3.6

Choose a tag to compare

@malon64 malon64 released this 04 May 10:07
· 75 commits to main since this release
c8fd532
  • Added --profile <path> flag to floe run for environment-specific variable injection into {{VAR}} config placeholders.
  • Profile variables support ${KEY} cross-references; precedence chain: env.vars > env.file > profile variables.
  • Updated profile.schema.yaml with kubernetes_job/databricks_job runner types and accurate variable semantics.
  • Internal cleanup: shared test helper, consolidated emit_log, removed 8 redundant unit tests.
  • README rewrite: architecture diagram, pipeline stage table, --profile example.