Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Getting error CRITICAL 'int' object has no attribute 'isdigit' when trying to set lookback_window. #105

Open
kdickinson87 opened this issue Jul 1, 2022 · 0 comments

Comments

@kdickinson87
Copy link

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.

default_environment: dev
project_id: 8238a3a0-15d0-4d9e-8320-e0664bc9dda7
plugins:
  extractors:
  - name: tap-pendo
    variant: singer-io
    pip_url: git+https://github.com/singer-io/tap-pendo.git
  loaders:
  - name: target-redshift
    variant: transferwise
    pip_url: pipelinewise-target-redshift
environments:
- name: dev
  config:
    plugins:
      extractors:
      - name: tap-pendo
        config:
          period: dayRange
          include_anonymous_visitors: false
          start_date: '2022-06-30T00:00:00Z'
          lookback_window: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant