Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1low/tbls-meta
tbls-meta is an external subcommand of tbls for applying metadata managed by tbls to the datasource.
https://github.com/k1low/tbls-meta
bigquery data-catalog-management
Last synced: about 1 month ago
JSON representation
tbls-meta is an external subcommand of tbls for applying metadata managed by tbls to the datasource.
- Host: GitHub
- URL: https://github.com/k1low/tbls-meta
- Owner: k1LoW
- License: mit
- Created: 2020-04-22T06:29:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:21:52.000Z (7 months ago)
- Last Synced: 2024-09-29T15:11:57.834Z (about 2 months ago)
- Topics: bigquery, data-catalog-management
- Language: Go
- Homepage:
- Size: 385 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
`tbls-meta` is an external subcommand of tbls for applying metadata managed by [tbls](https://github.com/k1LoW/tbls) to the datasource.
## Usage
tbls-meta is provided as an external subcommand of [tbls](https://github.com/k1LoW/tbls).
``` console
$ tbls meta plan -c /path/to/tbls.yml
`````` console
$ tbls meta apply -c /path/to/tbls.yml
```## Install
**deb:**
``` console
$ export TBLS_META_VERSION=X.X.X
$ curl -o tbls-meta.deb -L https://github.com/k1LoW/tbls-meta/releases/download/v$TBLS_META_VERSION/tbls-meta_$TBLS_META_VERSION-1_amd64.deb
$ dpkg -i tbls-meta.deb
```**RPM:**
``` console
$ export TBLS_META_VERSION=X.X.X
$ yum install https://github.com/k1LoW/tbls-meta/releases/download/v$TBLS_META_VERSION/tbls-meta_$TBLS_META_VERSION-1_amd64.rpm
```**homebrew tap:**
```console
$ brew install k1LoW/tap/tbls-meta
```**manually:**
Download binary from [releases page](https://github.com/k1LoW/tbls-meta/releases)
**go get:**
```console
$ go get github.com/k1LoW/tbls-meta
```## Requirements
- [tbls](https://github.com/k1LoW/tbls) > 1.38.2
## Support Datasource
**BigQuery:**
Required permissions: `bigquery.datasets.get` `bigquery.datasets.update` `bigquery.tables.get` `bigquery.tables.update` `bigquery.tables.list`