| # Example environment variables for Lineage Graph Extractor | |
| # Copy this file to .env and fill in your actual values | |
| # Anthropic API Key (for Claude AI agent) | |
| ANTHROPIC_API_KEY=your_anthropic_api_key_here | |
| # Google Cloud (for BigQuery integration) | |
| GOOGLE_CLOUD_PROJECT=your-gcp-project-id | |
| GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account-key.json | |
| # Optional: Custom API endpoints | |
| # METADATA_API_URL=https://your-metadata-api.com | |
| # Optional: MCP Server Configuration | |
| # MCP_SERVER_URL=https://your-mcp-server.com | |
| # MCP_API_KEY=your_mcp_api_key | |