dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Add support for `projects` in `dependencies.yml` #81

Closed jtcohen6 closed 11 months ago

jtcohen6 commented 11 months ago
# dependencies.yml

projects:
  - name: ...

packages:
  - ...

https://github.com/dbt-labs/docs.getdbt.com/pull/3577

jtcohen6 commented 11 months ago

@dave-connors-3 Did we already do this in https://github.com/dbt-labs/dbt-jsonschema/pull/77? Asking because I still see the red underline in the IDE

Screenshot 2023-07-19 at 13 12 09
dave-connors-3 commented 11 months ago

@jtcohen6 yep -- that should be merged in here -- I don't know for sure that the work to grab the correct versioned schema in the IDE has happened yet!

@benmosher did you get a chance to update the pointer yet? I would say not urgent until 1.6 is actually available in the IDE (sorry jeremy)

dave-connors-3 commented 11 months ago

ah but i do see packages is also an acceptable header per your example code? is that true?

jtcohen6 commented 11 months ago

I don't know for sure that the work to grab the correct versioned schema in the IDE has happened yet!

that makes sense!

not urgent until 1.6 is actually available in the IDE (sorry jeremy)

& I agree!

ty dave <3

benmosher commented 11 months ago

@dave-connors-3 I have not! ticket is XP-2347