Skip to content

Commit

Permalink
Docs: Required content changes to fix the copy-to-clipboard functiona…
Browse files Browse the repository at this point in the history
…lity (#16557)

* Required content changes to fix the copy-to-clipboard functionality

* fix(workflow): typo for paths-ignore for playwright (#16559)

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
  • Loading branch information
aniketkatkar97 and chirag-madlani authored Jun 6, 2024
1 parent 9ec3d94 commit 8c2a556
Show file tree
Hide file tree
Showing 153 changed files with 197 additions and 197 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-mysql-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:
- synchronize
- reopened
- ready_for_review
path-ignore:
- openmetadata-doc/**
paths-ignore:
- openmetadata-docs/**
- .github/**
- openmetadata-dist/**
- docker/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To send the metadata to OpenMetadata, it needs to be specified as `type: metadat
{% codeBlock fileName="filename.yaml" %}


```yaml
```yaml {% isCodeBlock=true %}
source:
type: {% $connector %}
serviceName: local_athena
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Note that the location is a directory that will be cleaned at the end of the ing

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: {% $connector %}-usage
serviceName: <service name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To send the metadata to OpenMetadata, it needs to be specified as `type: metadat
{% codeBlock fileName="filename.yaml" %}


```yaml
```yaml {% isCodeBlock=true %}
source:
type: {% $connector %}
serviceName: local_athena
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Note that the location is a directory that will be cleaned at the end of the ing

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: {% $connector %}-usage
serviceName: <service name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This is a sample config for Domo-Dashboard:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: domodashboard
serviceName: local_domodashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ When configuring, give repository access to `Only select repositories` and choos

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: looker
serviceName: local_looker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This is a sample config for Metabase:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: metabase
serviceName: <service name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Name of the mode workspace from where the metadata is to be fetched.

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: mode
serviceName: local_mode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Refer to the section [here](/connectors/dashboard/powerbi#powerbi-admin-and-nona

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: powerbi
serviceName: local_powerbi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You will have to replace new lines with `\n` and the final private key that you

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: qliksense
serviceName: local_qliksense
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This is a sample config for QuickSight:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: quicksight
serviceName: local_quicksight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Can be found on a user profile page.

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: redash
serviceName: local_redash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can use Postgres Connection when you have SSO enabled and your Superset is b

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: superset
serviceName: local_superset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To send the metadata to OpenMetadata, it needs to be specified as `type: metadat

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: tableau
serviceName: local_tableau
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: athena
serviceName: local_athena
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ You can download the ODBC driver from [here](https://learn.microsoft.com/en-us/s

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: azuresql
serviceName: local_azuresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ the GCP credentials empty. This is why they are not marked as required.

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: bigquery
serviceName: "<service name>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You can checkout [this](https://cloud.google.com/iam/docs/keys-create-delete#iam

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: bigtable
serviceName: "<service name>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ This is a sample config for Clickhouse:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: clickhouse
serviceName: local_clickhouse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ This is a sample config for Couchbase:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: couchbase
serviceName: local_couchbase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ This is a sample config for Databricks:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: databricks
serviceName: local_databricks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The workflow is modeled around the following JSON Schema.

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: datalake
serviceName: local_datalake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ This is a sample config for DB2:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: db2
serviceName: local_db2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You will need to provide the driver to the ingestion image, and pass the `classp

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: deltalake
serviceName: "<service name>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This is a sample config for DomoDatabase:
{% codeBlock fileName="filename.yaml" %}


```yaml
```yaml {% isCodeBlock=true %}
source:
type: domodatabase
serviceName: local_DomoDatabase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ This is a sample config for Doris:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: doris
serviceName: <service name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This is a sample config for Druid:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: druid
serviceName: "<service name>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This is a sample config for DynamoDB:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: dynamodb
serviceName: local_dynamodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This is a sample config for Glue:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: glue
serviceName: local_glue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: greenplum
serviceName: local_greenplum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can also ingest the metadata using Postgres metastore. This step is optional
{% codeBlock fileName="filename.yaml" %}


```yaml
```yaml {% isCodeBlock=true %}
source:
type: hive
serviceName: local_hive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The workflow is modeled around the following

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: iceberg
serviceName: glue_test
Expand Down Expand Up @@ -194,7 +194,7 @@ source:
{% codeBlock fileName="filename.yaml" %}
```yaml
```yaml {% isCodeBlock=true %}
source:
type: iceberg
serviceName: glue_test
Expand Down Expand Up @@ -296,7 +296,7 @@ source:
{% codeBlock fileName="filename.yaml" %}
```yaml
```yaml {% isCodeBlock=true %}
source:
type: iceberg
serviceName: glue_test
Expand Down Expand Up @@ -444,7 +444,7 @@ Most Catalogs should have a working default warehouse location.
{% codeBlock fileName="filename.yaml" %}
```yaml
```yaml {% isCodeBlock=true %}
source:
type: iceberg
serviceName: glue_test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This is a sample config for Hive:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: impala
serviceName: local_impala
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The workflow is modeled around the following

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: mariadb
serviceName: local_mariadb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This is a sample config for MongoDB:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: mongodb
serviceName: local_mongodb
Expand Down Expand Up @@ -226,7 +226,7 @@ For a simple, local installation using our docker containers, this looks like:
{% codeBlock fileName="filename.yaml" %}


```yaml
```yaml {% isCodeBlock=true %}
source:
type: monogodb
serviceName: local_mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This is a sample config for MSSQL:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: mssql
serviceName: "<service name>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: mysql
serviceName: <service name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ This is a sample config for Oracle:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: oracle
serviceName: local_oracle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This is a sample config for PinotDB:

{% codeBlock fileName="filename.yaml" %}

```yaml
```yaml {% isCodeBlock=true %}
source:
type: pinotdb
serviceName: <service name>
Expand Down
Loading

0 comments on commit 8c2a556

Please sign in to comment.