You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running this tap via meltano. I'm hitting the same bug as #130, so I was thinking I could work around this by providing a custom catalog to the tap, via meltano.yml
The singer record messages emitted by the tap only include the right fields. However, it appears the schema message does not honor the catalog and still includes the problematic issues.assignee field. This means I'm not able to connect tap-github to target-bigquery due to the missing issue.assignee schema (even though this property is not selected!)
I'm new to the singer ecosystem, so I have checked other taps and they seem to adapt the schema message they emit based on the catalog provided to the tap. But I may be getting this wrong, so I appreciate your feedback if this is a problem with this tap or if I need to look elsewhere.
The text was updated successfully, but these errors were encountered:
I'm running this tap via meltano. I'm hitting the same bug as #130, so I was thinking I could work around this by providing a custom catalog to the tap, via meltano.yml
The singer record messages emitted by the tap only include the right fields. However, it appears the schema message does not honor the catalog and still includes the problematic
issues.assignee
field. This means I'm not able to connect tap-github to target-bigquery due to the missingissue.assignee
schema (even though this property is not selected!)I'm new to the singer ecosystem, so I have checked other taps and they seem to adapt the schema message they emit based on the catalog provided to the tap. But I may be getting this wrong, so I appreciate your feedback if this is a problem with this tap or if I need to look elsewhere.
The text was updated successfully, but these errors were encountered: