Source code for gfw.common.beam.pipeline.dag.base
"""This module contains a base DAG class for Apache Beam pipelines."""
from abc import ABC, abstractmethod
import apache_beam as beam
from apache_beam.pvalue import PCollection
"""This module contains a base DAG class for Apache Beam pipelines."""
from abc import ABC, abstractmethod
import apache_beam as beam
from apache_beam.pvalue import PCollection