GithubHelp home page GithubHelp logo

Comments (3)

github-actions avatar github-actions commented on June 14, 2024

Thanks for submitting an issue for the first time! We will take a look at it.

from datacatalog-connectors-bi.

ricardolsmendes avatar ricardolsmendes commented on June 14, 2024

Hi, @anugrah86, thanks for filling this feature request.
We need more details to evaluate the feasibility of such a feature, ok?

As you noticed, the Qlik Sense Connector currently scrapes metadata from Master Items (Dimensions, Measures, Visualizations) and Sheets through the Engine JSON API.

  1. For Master Items, we perform the API calls in the following order: OpenDoc > GetAllInfos > <GET-ITEM> > GetProperties, replacing <GET-ITEM> with GetDimension, GetMeasure, and GetObject respectly.

    We filter GetAllInfos's response to:
    1.1. find all elements that have "qType": "dimension" and then make the subsequent GetDimension calls;
    1.2. find all elements that have "qType": "measure" and then make the subsequent GetMeasure calls;
    1.3. find all elements that have "qType": "masterobject" and then make the subsequent GetObject calls.

  2. For Sheets, we call OpenDoc > GetObjects, passing the below params:

    'params': {
        'qOptions': {
            'qTypes': ['sheet'],
        },
    },

This means we don't use API calls with "qType": "DimensionList" so far.
That said, could you provide more details on how "qType": "FieldList" could be used to scrape Fields' metadata?

Thanks,

from datacatalog-connectors-bi.

github-actions avatar github-actions commented on June 14, 2024

This issue has been automatically marked as stale because it hasn't had any activity in 60 days. It will be closed in 7 days if no further activity occurs (e.g. changing labels, comments, commits, etc.). Please feel free to tag a maintainer and ask them to remove the label if you think it doesn't apply. Thank you for submitting this issue and helping to make Google Data Catalog Connectors better!

from datacatalog-connectors-bi.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.