dependentobjects


Namedependentobjects JSON
Version 0.0.15 PyPI version JSON
download
home_pageNone
Summarycreates an excel with all the dependent objects in a powerbi datasets or analysis services
upload_time2024-05-02 06:30:30
maintainerNone
docs_urlNone
authorvamshi krishna
requires_pythonNone
licenseNone
keywords nested measures dependent objects dependent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
This is a basic sample package. It can be used to retrieve all nested dependent objects in Analysis Services or Power BI datasets.

'report_name' variable: Select any name to save the Excel file with that name.

server': Connect to a PowerBI dataset, Analysis Services, or localhost. 

It's assumed that you hold administrative rights for the PowerBI dataset, Analysis Services, or localhost.



Before installing this package, ensure that you have the following packages: pandas (version 2.2.1 or higher) and pyadomd (version 0.1.1 or higher).



The following is a demonstration of how to use the package:



# Please use the path of ADOMD.Net that exists in your system. This has been tested with the path for ADOMD.NET\\160.



please utlize the double \\ instead of \\\\ in ADOMD_Path



from sys import path

ADOMD_Path = "\\\\Program Files\\\\Microsoft.NET\\\\ADOMD.NET\\\\160"

path.append(ADOMD_Path)

from dependentobjects import DependentObjects as d

Obj =d.DependentObjects()

Obj.setParams(report_name="filename",server="localhost",database="catalog")

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dependentobjects",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "nested measures, dependent objects, dependent",
    "author": "vamshi krishna",
    "author_email": "vamshikrishna.r@sonata-software.com",
    "download_url": "https://files.pythonhosted.org/packages/b8/af/85997cf176e388e613b6bb71db9e5cb9be46737e8a42fd08236304bc7ba5/dependentobjects-0.0.15.tar.gz",
    "platform": null,
    "description": "\r\nThis is a basic sample package. It can be used to retrieve all nested dependent objects in Analysis Services or Power BI datasets.\r\n\r\n'report_name' variable: Select any name to save the Excel file with that name.\r\n\r\nserver': Connect to a PowerBI dataset, Analysis Services, or localhost. \r\n\r\nIt's assumed that you hold administrative rights for the PowerBI dataset, Analysis Services, or localhost.\r\n\r\n\r\n\r\nBefore installing this package, ensure that you have the following packages: pandas (version 2.2.1 or higher) and pyadomd (version 0.1.1 or higher).\r\n\r\n\r\n\r\nThe following is a demonstration of how to use the package:\r\n\r\n\r\n\r\n# Please use the path of ADOMD.Net that exists in your system. This has been tested with the path for ADOMD.NET\\\\160.\r\n\r\n\r\n\r\nplease utlize the double \\\\ instead of \\\\\\\\ in ADOMD_Path\r\n\r\n\r\n\r\nfrom sys import path\r\n\r\nADOMD_Path = \"\\\\\\\\Program Files\\\\\\\\Microsoft.NET\\\\\\\\ADOMD.NET\\\\\\\\160\"\r\n\r\npath.append(ADOMD_Path)\r\n\r\nfrom dependentobjects import DependentObjects as d\r\n\r\nObj =d.DependentObjects()\r\n\r\nObj.setParams(report_name=\"filename\",server=\"localhost\",database=\"catalog\")\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "creates an excel with all the dependent objects in a powerbi datasets or analysis services",
    "version": "0.0.15",
    "project_urls": null,
    "split_keywords": [
        "nested measures",
        " dependent objects",
        " dependent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43b900eecb1c2f36fdfe230c7b649403a68e454cf5c0ec8ee2c2f64059331509",
                "md5": "2d44d2e5e53a18841b0053bb25f92e20",
                "sha256": "b2fe2246bdeaa32723ebf42006b2bb81cabfd538579e9ea615759feea6641e11"
            },
            "downloads": -1,
            "filename": "dependentobjects-0.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d44d2e5e53a18841b0053bb25f92e20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5060,
            "upload_time": "2024-05-02T06:30:27",
            "upload_time_iso_8601": "2024-05-02T06:30:27.641051Z",
            "url": "https://files.pythonhosted.org/packages/43/b9/00eecb1c2f36fdfe230c7b649403a68e454cf5c0ec8ee2c2f64059331509/dependentobjects-0.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8af85997cf176e388e613b6bb71db9e5cb9be46737e8a42fd08236304bc7ba5",
                "md5": "ad02b877de3b7f54d9458607f6a24f31",
                "sha256": "5743152ac98beb1c0cc826e25d0b9aea1a27f994a08b1c5c177ed7059c1e93bb"
            },
            "downloads": -1,
            "filename": "dependentobjects-0.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "ad02b877de3b7f54d9458607f6a24f31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4751,
            "upload_time": "2024-05-02T06:30:30",
            "upload_time_iso_8601": "2024-05-02T06:30:30.737324Z",
            "url": "https://files.pythonhosted.org/packages/b8/af/85997cf176e388e613b6bb71db9e5cb9be46737e8a42fd08236304bc7ba5/dependentobjects-0.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 06:30:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dependentobjects"
}
        
Elapsed time: 0.96376s