daemonslayer/tests-airflow

View on GitHub
src/gcp/external/afgc-dataflow-java/transform/src/main/java/airflow/gcloud/BqSchemaFor.java

Summary

Maintainability
A
1 hr
Test Coverage

Method gsob has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static TableSchema gsob() throws IOException {
        List<TableFieldSchema> fields = new ArrayList<>();
        fields.add(new TableFieldSchema().setName("partition_date").setType("DATE").setMode("NULLABLE"));
        fields.add(new TableFieldSchema().setName("temperature_mean").setType("FLOAT").setMode("NULLABLE"));
        fields.add(new TableFieldSchema().setName("temperature_min").setType("FLOAT").setMode("NULLABLE"));

    There are no issues that match your filters.

    Category
    Status