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
What do you mean by not block the execution? Are you looking for it to "run in the background" or for a way to get the execution deferred?
Note that generate_statistics_from_csv is a convinience method, an alternative is to write the beam pipeline manually if you'd like to tweak the pipeline options. Read the data with tfx_bsl.public.tfxio.CsvTFXIO, then call tfdv.GenerateStatistics followed by tfdv.WriteStatisticsToTFRecord.
Like many other Google APIs support, I look for a way to get the execution deferred and fetch the results with an operation name. Is there anything similar to this already implemented?
Hi!
Is there a way to don't block the execution when calling the
generate_statistics_from_csv
?Maybe return an Operation.
The text was updated successfully, but these errors were encountered: