Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




tbls-meta




`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`