academic_observatory_workflows.pubmed_telescope.datafile

Classes

Datafile

Module Contents

class academic_observatory_workflows.pubmed_telescope.datafile.Datafile(filename: str, file_index: int, baseline: bool, path_on_ftp: str, datafile_date: pendulum.DateTime, datafile_release: observatory_platform.airflow.release.ChangefileRelease = None)[source]
filename[source]
file_index[source]
baseline[source]
path_on_ftp[source]
datafile_date[source]
datafile_release: observatory_platform.airflow.release.ChangefileRelease = None[source]
file_type = 'jsonl'[source]
__eq__(other)[source]
from_dict() Datafile[source]
to_dict() Dict[source]
property download_file_path[source]
property transform_baseline_file_path[source]
property transform_upsert_file_path[source]
property transform_delete_file_path[source]
property merged_upsert_file_path[source]