Metadata-Version: 2.1
Name: bq-lookml-gen
Version: 0.1.1
Summary: this package leverages josh temples looker parser [https://github.com/joshtemple/lkml] so that you can generate lookml from BigQuery metadata
Home-page: https://github.com/LewisCharlesBaker/bq_lookml_gen
Author: lewis baker
Author-email: lewischarlesbaker@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/LewisCharlesBaker/bq_lookml_gen/issues
Description: ### bq_lookml_generator v.0.1.1
        
        This automatic generator is buit overjosh temples looker parser [https://github.com/joshtemple/lkml] so that you can generate lookml from BigQuery metadata. Thanks to him for building the parser.
        
        
        ## Getting started
        
        - make sure you are working in a venv.
        - head to /lookml/bq_lookml_gen
        - set up your bq_lookml_gen service account
        - input your secrect path in here lookml/bq_lookml_gen/config.py
        
                service_account = service_account.Credentials.from_service_account_file(
                    ['path_to_file.json'],
                )
        - input your warehouse schema target in here lookml/bq_lookml_gen/warehouse_target.py
        - type bq_lookml_gen into terminal and watch the base explore generate... 
        
        ## troubleshooting 
        
        - run pip install -r requirements.txt if you are running into dependency issues
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
