Metadata-Version: 2.1
Name: dbtease
Version: 0.0.1a3
Summary: CLI for deploying large dbt projects in pieces.
Home-page: https://github.com/tailsdotcom/dbtease
Author: Alan Cruickshank
Author-email: alan@tails.com
License: MIT License
Project-URL: Source, https://github.com/tailsdotcom/dbtease
Description: # dbtease
        
        _dbtease is a tool for sanely testing and deploying_
        _large multi-schema dbt repositories in a modular way._
        
        _dbt_ + _ease_ = _dbtease_
        
        ## Development Status
        
        **This tool is in very early pre-alpha status,**
        **we actively recommend that you DO NOT USE IT YET**.
        
        _You have been warned_
        
        ## Ambition
        
        dbtease handles (or _will handle_):
        - atomic swaps
        - handling of full refreshes and incremental refreshes
        - CI deployment
        - manifest management
        - easy periodic refreshes on multiple schedules using a simple CLI command.
        
        Config is managed using a yaml file in the dbt project.
        
        ## CLI reference
        
        - `dbtease status`: Outputs the current commit and deployment status.
        - `dbtease deploy`: Deploy a new version of your project.
        - `dbtease refresh`: Refresh the parts of your project which need refreshing.
        - `dbtease test`: Test your changes against the currently deployed version of your project.
        
        ## Development Roadmap
        
        These elements are not currently supported but explcitly planned:
        - Stashing the logs of certain commands for later access.
        - Having more detailed and reliable error alerting when steps fail.
        - Handling dbt snapshots and exposure checking.
        
        
        ---
        
        # Changelog
        
        All notable changes to this project will be documented in this file.
        
        The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
        and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
        
        > No Existing Releases
        
Keywords: dbt
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
