VictorPlusC commented on a change in pull request #16601:
URL: https://github.com/apache/beam/pull/16601#discussion_r794972956
##########
File path:
sdks/python/apache_beam/runners/interactive/interactive_environment.py
##########
@@ -29,15 +29,22 @@
import logging
import os
import tempfile
+import warnings
from collections.abc import Iterable
+from pathlib import PurePath
import apache_beam as beam
+from apache_beam.pipeline import Pipeline
+from apache_beam.runners import DataflowRunner
from apache_beam.runners import runner
+from apache_beam.runners.direct import direct_runner
from apache_beam.runners.interactive import cache_manager as cache
+from apache_beam.runners.interactive.interactive_runner import
InteractiveRunner
Review comment:
I've moved this line into the region of `get_cache_manager` where we use
the InteractiveRunner now, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]