Aseem Bansal
Aseem Bansal
## Checklist - [x] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for the...
I tried loading a 65.2 MB csv file into facets on Google Chrome on Ubuntu 16.04 LTS following same code as in the demo jupyter notebook. When I started loading...
For info-props Plugin use baseName instead of archivesBaseName. baseName is specific to war task. It defaults to archivesBaseName so there should not compatibility problems.
The purpose of this is to make it easier to demonstrate end-to-end flow without much external dependencies. Also moved developing on metadata ingestion doc a bit to make it easier...
Adding an experimental policy debugger API to answer the question - What policy apply to this user? - What privileges are available? - Are the privileges coming due to a...
## Checklist - [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for...
### Issue Summary As per https://redash.io/help/user-guide/integrations-and-api/api the dashboard API is `/api/dashboards/`. But as per the source code https://github.com/getredash/redash/blob/master/redash/handlers/dashboards.py#L155 it takes `dashboard_id` as parameter. I tested and `dashboard_slug` causes a 500...
## Checklist - [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for...
Trying to find the API reference for LinkedIn's share API Found how to use it at https://gist.github.com/jonathanmoore/2640302#linkedin but not able to find the API reference.
actor urn not present initially  actor Urn after the change is done and manual execution is done  after change manual run  after change scheduled run  ##...