You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Lineage metrics for CloudBigtableIO (#4438)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
Download [the import/export jars](https://search.maven.org/artifact/com.google.cloud.bigtable/bigtable-beam-import), which is an aggregation of all required jars.
@@ -114,19 +120,22 @@ Exporting HBase snapshots from Bigtable is not supported.
114
120
--region=$REGION
115
121
```
116
122
117
-
118
123
## Importing to Bigtable
119
124
120
-
You can import data into Bigtable from a snapshot or sequence files. Before you begin your import you must create
121
-
the tables and column families in Bigtable via the [schema translation tool](https://github.com/googleapis/java-bigtable-hbase/tree/master/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools)
122
-
or using the Bigtable command line tool and running the following:
125
+
You can import data into Bigtable from a snapshot or sequence files. Before you
126
+
begin your import you must create
127
+
the tables and column families in Bigtable via
128
+
the [schema translation tool](https://github.com/googleapis/java-bigtable-hbase/tree/master/bigtable-hbase-1.x-parent/bigtable-hbase-1.x-tools)
129
+
or using the Bigtable command line tool and running the following:
[Dataplex](https://cloud.google.com/dataplex/docs/introduction) feature that
258
+
lets you track how data moves through your systems. In
259
+
order to begin
260
+
automatically tracking lineage
261
+
information [enable the Lineage API](https://cloud.google.com/dataplex/docs/use-lineage#enable-apis)
262
+
in the project where the Dataflow job
263
+
is running and the project where you view lineage in the Dataplex web interface.
264
+
In addition, you must [enable lineage during Dataflow job creation](https://cloud.devsite.corp.google.com/dataflow/docs/guides/lineage#enable-data-lineage) by providing
0 commit comments