kristeligt-dagblad / dbt_ml

Package for dbt that allows users to train, audit and use BigQuery ML models.
Apache License 2.0
64 stars 26 forks source link

Feature info schema #34

Closed hardtke closed 1 year ago

hardtke commented 2 years ago

ML.FEATURE_INFO seems unstable but this seems to be the latest schema. The documentation on their website does not actually have the dimension field.

This (temporarily) fixes the bug I reported: https://github.com/kristeligt-dagblad/dbt_ml/issues/33

stujo commented 2 years ago

Thanks @hardtke! Would love to see this issue resolved, did you find a way to run this modified package locally as temporary solution until this PR is accepted and a new version of the package published?

dmccabe commented 2 years ago

@stujo You can do this pretty easily with a fork and tag while the PR is pending.

In your packages.yml:

  - git: git@github.com:<your-org>/dbt_ml.git
    revision: <some-tag>