├── README.md ├── assets └── archetecture_diagram.jpg ├── configs ├── adventureworks │ ├── join_config.json │ └── metadata.json └── travel │ ├── join_config.json │ └── metadata.json ├── examples └── example_queries.md ├── requirements.txt └── schema_action_querying.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/README.md -------------------------------------------------------------------------------- /assets/archetecture_diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/assets/archetecture_diagram.jpg -------------------------------------------------------------------------------- /configs/adventureworks/join_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/configs/adventureworks/join_config.json -------------------------------------------------------------------------------- /configs/adventureworks/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/configs/adventureworks/metadata.json -------------------------------------------------------------------------------- /configs/travel/join_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/configs/travel/join_config.json -------------------------------------------------------------------------------- /configs/travel/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/configs/travel/metadata.json -------------------------------------------------------------------------------- /examples/example_queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/examples/example_queries.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/requirements.txt -------------------------------------------------------------------------------- /schema_action_querying.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darrencxl0301/Schema-Action-Querying/HEAD/schema_action_querying.py --------------------------------------------------------------------------------