Metadata-Version: 2.1
Name: snowbim
Version: 1.0.7
Summary: A package to refresh power bi model .bim file
Home-page: https://github.com/datnguye/snowbim
Author: datnguye
Author-email: datnguyen.it09@gmail.com
License: MIT
Description: # snowbim
        This is to do something awesome between snowflake database and tabular model file (.bim).
        
        Those are:
        * Refresh tables (key: name)
        * Refresh table's columns (key: name)
        * Refresh table's partitions (key: name)
        
        Supported Models:
        * Compatibility Level: 1550
        * Default Power BI Data Source Version: powerBI_V3
        
        
        Virtual enviroment:
        ```
        python -m venv env
        ```
        
        Activate virtual env:
        ```
        Windows: 	.\env\Scripts\activate
        Linux:		source env/bin/activate
        ```
        
        Install dependencies:
        ```
        pip install -r requirements.txt
        ```
        
        
Platform: UNKNOWN
Requires-Python: >=3.7.5
Description-Content-Type: text/markdown
