We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59f289 commit 10a551fCopy full SHA for 10a551f
warehouse/dbt/models/deps_dev_sources.yml
@@ -5,3 +5,6 @@ sources:
5
tables:
6
- name: dependencies
7
identifier: Dependencies
8
+ - name: package_versions_latest
9
+ identifier: PackageVersionsLatest
10
+
warehouse/dbt/models/pypi_sources.yml
@@ -0,0 +1,9 @@
1
+sources:
2
+ - name: pypi
3
+ database: bigquery-public-data
4
+ schema: pypi
+ tables:
+ - name: distribution_metadata
+ identifier: distribution_metadata
+ - name: file_downloads
+ identifier: file_downloads
0 commit comments