dbt-devnull


Namedbt-devnull JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://github.com/bachng2017/dbt-devnull
SummaryThe devnull adapter plugin for dbt
upload_time2022-12-17 10:18:24
maintainer
docs_urlNone
authorbachng
requires_python
licenseApache
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dbt-devnull
A do-nothing dbt adapter plugin.

Following commands should be succesul if configuration is correct withou any database connection
- dbt debug
- dbt docs generate

## Install
```
pip install dbt-devnull
```

## Configuration
A sample profile configuration
```
test:
  target: test
  outputs:
    test:
      type: devnull
      schema: test
      database: test
      username: user
      password: password
      host: localhost
      threads: 1
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bachng2017/dbt-devnull",
    "name": "dbt-devnull",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "bachng",
    "author_email": "bachng@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# dbt-devnull\nA do-nothing dbt adapter plugin.\n\nFollowing commands should be succesul if configuration is correct withou any database connection\n- dbt debug\n- dbt docs generate\n\n## Install\n```\npip install dbt-devnull\n```\n\n## Configuration\nA sample profile configuration\n```\ntest:\n  target: test\n  outputs:\n    test:\n      type: devnull\n      schema: test\n      database: test\n      username: user\n      password: password\n      host: localhost\n      threads: 1\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "The devnull adapter plugin for dbt",
    "version": "1.1.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a51cfd0bf65edab097103a0ddaf7f19a",
                "sha256": "0f8312f32377bbb1b7bc25dd961e162bb6d907ac87cbf3e5916449720535812c"
            },
            "downloads": -1,
            "filename": "dbt_devnull-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a51cfd0bf65edab097103a0ddaf7f19a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8468,
            "upload_time": "2022-12-17T10:18:24",
            "upload_time_iso_8601": "2022-12-17T10:18:24.368291Z",
            "url": "https://files.pythonhosted.org/packages/9e/c6/567122fd0fc6ddfebb4a96f410e088d2305bb90cb4373e1e9f13f37589e3/dbt_devnull-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-17 10:18:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bachng2017",
    "github_project": "dbt-devnull",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dbt-devnull"
}
        
Elapsed time: 0.04198s