openmetadata-rs-sdk 0.1.0

OpenMetadata client SDK. Open Standard for Metadata. A Single place to Discover, Collaborate and Get your data right
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "Git Workflow"

on:
  pull_request:
    branches: 
      - doesnotexist

env:
  IMAGE_NAME: user/app
  DOCKERFILE: ./.config/Dockerfile

jobs:
  merging:
    runs-on: ubuntu-latest
    steps:
      - name: Autosquash
        uses: tibdex/autosquash@v2.2.2