microsoft / dbt-fabricspark

MIT License
7 stars 3 forks source link

fix readme yaml #20

Closed jcvdodson closed 4 weeks ago

jcvdodson commented 4 weeks ago

Fix the example profile yaml in the README. The current yaml omits the outputs: line, resulting in an error:

Runtime Error
  Syntax error near line 3
  ------------------------------
  1  | jaffle_shop:
  2  |   target: fabricspark-dev
  3  |     fabricspark-dev:
  4  |         authentication: CLI
  5  |         method: livy
  6  |         connect_retries: 0

  Raw Error:
  ------------------------------
  mapping values are not allowed in this context
    in "<unicode string>", line 3, column 20