We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c9ac5 commit 1a848daCopy full SHA for 1a848da
RELEASE.md
@@ -5,6 +5,7 @@
5
## Major Features and Improvements
6
7
## Bug Fixes and Other Changes
8
+* Fixed a bug that affected tfx 0.22.0 to work with TFDV 0.22.1.
9
10
## Known Issues
11
tensorflow_data_validation/__init__.py
@@ -84,3 +84,9 @@
84
85
# Import version string.
86
from tensorflow_data_validation.version import __version__
87
+
88
+# If tfdv module has this flag, tfdv.GenerateStatistics accepts
89
+# PCollection[pa.RecordBatch] as the input; otherwise it accepts
90
+# PCollection[pa.Table]
91
+# TODO(b/153368237): clean this up once tfx>0.22.0 is released.
92
+TFDV_ACCEPT_RECORD_BATCH = True
0 commit comments