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: 2 months 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:54:01.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:12:13.219Z (over 1 year ago)
- Topics: bigquery, data-catalog-management
- Language: Go
- Homepage:
- Size: 409 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`