Skip to content

Staging metadata changes

Compare
Choose a tag to compare
@ctmay4 ctmay4 released this 01 Jun 15:12
· 81 commits to master since this release

Support the upcoming changes to staging metadata. The metadata in StagingSchemaInput and StagingSchemaOutput changed from

public Set<String> getMetadata() {
        return _metadata;
    }

to

public List<StagingMetadata> getMetadata() {
        return _metadata;
    }

The new StagingMetadata class adds support for optional start and end years.