GTAC-MGI / GTAC-ESP-LIMS

3 stars 0 forks source link

Seq Lab: Migrate Firestore Flowcell Report from Firestore to BigQuery #488

Open tim-snyder-wustl opened 1 month ago

tim-snyder-wustl commented 1 month ago

Related: https://github.com/GTAC-MGI/GTAC-ESP-LIMS/issues/481


billtell commented 1 month ago

Firestore DB Dump

To resolve:

billtell commented 1 month ago

Endpoint Plugin and Testing

LMT337 commented 1 month ago

Verify output_folder field is imported correctly before live import from FS to BQ.

billtell commented 1 month ago

make sure index2_file brought into table

tim-snyder-wustl commented 1 month ago
billtell commented 2 weeks ago

Initialize process

billtell commented 2 weeks ago
billtell commented 1 week ago

Adding:

# Replace None with 0 in numeric columns specified in TYPE_CONVERSION_DICT
for col, dtype in self.TYPE_CONVERSION_DICT.items():
    if dtype in ["int64", "float64"]:
        df[col] = df[col].fillna(0)

to address this error: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'