Skip to content

Commit deb7856

Browse files
authored
Merge pull request #306 from data-integrations/doc-update
Updated documentation for DB plugins regarding FQN Support
2 parents 897d765 + 0f698be commit deb7856

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

cloudsql-mysql-plugin/docs/CloudSQLMySQL-batchsink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Column names would be autodetected from input schema.
1818
Properties
1919
----------
2020
**Reference Name:** Name used to uniquely identify this sink for lineage, annotating metadata, etc.
21+
Typically, the name of the table/view.
2122

2223
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2324

cloudsql-mysql-plugin/docs/CloudSQLMySQL-batchsource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a TimePartitionedFileSet.
1717
Properties
1818
----------
1919
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
20+
Typically, the name of the table/view.
2021

2122
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2223

cloudsql-postgresql-plugin/docs/CloudSQLPostgreSQL-batchsink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Column names would be auto detected from input schema.
1818
Properties
1919
----------
2020
**Reference Name:** Name used to uniquely identify this sink for lineage, annotating metadata, etc.
21+
Typically, the name of the table/view.
2122

2223
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2324

cloudsql-postgresql-plugin/docs/CloudSQLPostgreSQL-batchsource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a TimePartitionedFileSet.
1717
Properties
1818
----------
1919
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
20+
Typically, the name of the table/view.
2021

2122
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2223

mssql-plugin/docs/SqlServer-batchsink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Column names would be autodetected from input schema.
1818
Properties
1919
----------
2020
**Reference Name:** Name used to uniquely identify this sink for lineage, annotating metadata, etc.
21+
Typically, the name of the table/view.
2122

2223
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2324

mssql-plugin/docs/SqlServer-batchsource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a TimePartitionedFileSet.
1717
Properties
1818
----------
1919
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
20+
Typically, the name of the table/view.
2021

2122
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2223

mysql-plugin/docs/Mysql-batchsink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Column names would be autodetected from input schema.
1818
Properties
1919
----------
2020
**Reference Name:** Name used to uniquely identify this sink for lineage, annotating metadata, etc.
21+
Typically, the name of the table/view.
2122

2223
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2324

mysql-plugin/docs/Mysql-batchsource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a TimePartitionedFileSet.
1717
Properties
1818
----------
1919
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
20+
Typically, the name of the table/view.
2021

2122
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2223

oracle-plugin/docs/Oracle-batchsink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ of the FileSet to Oracle table where it can be served to your users.
1616
Properties
1717
----------
1818
**Reference Name:** Name used to uniquely identify this sink for lineage, annotating metadata, etc.
19+
Typically, the name of the table/view.
1920

2021
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2122

oracle-plugin/docs/Oracle-batchsource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a TimePartitionedFileSet.
1717
Properties
1818
----------
1919
**Reference Name:** Name used to uniquely identify this source for lineage, annotating metadata, etc.
20+
Typically, the name of the table/view.
2021

2122
**Use Connection** Whether to use a connection. If a connection is used, you do not need to provide the credentials.
2223

0 commit comments

Comments
 (0)