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
When using Meltano to trigger this tap, I keep getting the error CRITICAL 'int' object has no attribute 'isdigit'. There is currently an open PR addressing this issue, but not sure if it's gotten any traction since it was created back in April.
I've tried setting it to a string 1 instead of an int, but I think, perhaps, Meltano may be converting it to its proper type before passing it to the tap?
My Meltano configuration is below. If this needs to move to the Meltano repo, just let me know and I will, but I think, in line with the current open PR #93, it should allow an int.
When using Meltano to trigger this tap, I keep getting the error
CRITICAL 'int' object has no attribute 'isdigit'
. There is currently an open PR addressing this issue, but not sure if it's gotten any traction since it was created back in April.I've tried setting it to a string 1 instead of an int, but I think, perhaps, Meltano may be converting it to its proper type before passing it to the tap?
My Meltano configuration is below. If this needs to move to the Meltano repo, just let me know and I will, but I think, in line with the current open PR #93, it should allow an int.
The text was updated successfully, but these errors were encountered: