Hi All, I am trying to ingest metadata correspondi...
# troubleshoot
p
Hi All, I am trying to ingest metadata corresponding to a project. I get _NODE_LIMIT_EXCEEDED_ error first, when I try to include _page_size: 5_. I get this error. Can any body help? (Have attached the config yaml that I am using)
The config_yaml. This works fine when I use Samples project instead of this project.
Copy code
source:
  type: tableau
  config:
    connect_uri: tableau-url
    site: site-name
    projects: ["Sales & Marketing"]

    username: "username"
    password: "password"

    ingest_tags: True
    ingest_owner: True
    page_size: 5

sink:
  type: datahub-rest
  config:
    server: "<http://localhost:8080>"
a
try page_size: 3 🤔
m
I used page_size 1 for my current tableau job… but there are still some issue with some workbooks. But that’s all we can do
p
Hey @modern-artist-55754, See if this can help you. https://datahubspace.slack.com/archives/C02GBGG90CU/p1658130798839639