dataops-tk / tap-powerbi-metadata

tap-powerbi-metadata
MIT License
5 stars 2 forks source link

Unknown type 'None' for validator with schema #8

Closed jtimeus-slalom closed 3 years ago

jtimeus-slalom commented 3 years ago

jsonschema.exceptions.UnknownType: Unknown type 'None' for validator with schema:

aaronsteers commented 3 years ago

@jtimeus-slalom - Thanks for logging this.

Should be fixed now via: https://gitlab.com/meltano/singer-sdk/-/commit/75946e669cbb9f4d98d7a8ab4d6f3295668be14d

Running poetry add singer-sdk==0.0.2-dev.1064538345 within the repo should resolve.

aaronsteers commented 3 years ago

Sorry, please hold. Looks like the upload to pypi failed at the last moment.

Update:

Looks like a pypi outage:

https://downdetector.com/status/pypi/

image

aaronsteers commented 3 years ago

PyPi back online and the publish went through. New version ID is: 0.0.2-dev.1064772201

I have gone ahead and imported the new version to this repo in my commit: fd85cada6c738b551a0f8784ab1fccf04aaf26bd

Executed: poetry add singer-sdk==0.0.2-dev.1064772201 and added imports for NumberType (which were missing previously).

@jtimeus-slalom - If you can confirm the fix, this should be ready to close.

jtimeus-slalom commented 3 years ago

confirm fixed!

aaronsteers commented 3 years ago

Awesome - thanks! 🔥