Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
libei
/
ossie
Public
forked from
apache/ossie
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Add BigQuery property-graph (Graph + Measures) converter
- #1
#1
Draft
libei
wants to merge 25 commits into
main
libei/ossie:main
from
feat/bigquery-converter
libei/ossie:feat/bigquery-converter
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
Add BigQuery property-graph (Graph + Measures) converter
#1
libei
wants to merge 25 commits into
main
libei/ossie:main
from
feat/bigquery-converter
libei/ossie:feat/bigquery-converter
Copy head branch name to clipboard
Commits
Commits on Aug 8, 2026
Add BigQuery property-graph (Graph + Measures) converter
Show description for 62e9bdf
libei
committed
62e9bdf
View commit details
Copy full SHA for 62e9bdf
Browse repository at this point
Commits on Aug 9, 2026
Expand BigQuery converter README into a full user guide
Show description for 7137aeb
libei
committed
7137aeb
View commit details
Copy full SHA for 7137aeb
Browse repository at this point
Fix README DDL indentation and explain export-only design
Show description for e402909
libei
committed
e402909
View commit details
Copy full SHA for e402909
Browse repository at this point
Match BigQuery's canonical DDL formatting in the graph emitter
Show description for a00dc81
libei
committed
a00dc81
View commit details
Copy full SHA for a00dc81
Browse repository at this point
Fix two graph-emitter bugs found in live BigQuery validation
Show description for 3359445
libei
committed
3359445
View commit details
Copy full SHA for 3359445
Browse repository at this point
Remove deferred BigQuery Graph->Ossie import; use "BigQuery Graph" naming
Show description for 7d18625
libei
committed
7d18625
View commit details
Copy full SHA for 7d18625
Browse repository at this point
Call the feature "measures", not "graph measures"
Show description for cf5ca40
libei
committed
cf5ca40
View commit details
Copy full SHA for cf5ca40
Browse repository at this point
Clean up docstrings in _common and _expr
Show description for 07af56e
libei
committed
07af56e
View commit details
Copy full SHA for 07af56e
Browse repository at this point
Restructure converter into two purposeful modules
Show description for 98c422a
libei
committed
98c422a
View commit details
Copy full SHA for 98c422a
Browse repository at this point
Replace regex SQL scanning with sqlglot in bigquery converter
Show description for c87409b
libei
committed
c87409b
View commit details
Copy full SHA for c87409b
Browse repository at this point
Address BigQuery converter review: native OPTIONS, core validation, dialect transpile
Show description for 83d2306
libei
committed
83d2306
View commit details
Copy full SHA for 83d2306
Browse repository at this point
Address BigQuery converter review: future-proof dialect resolution, clearer names
Show description for 98ae853
libei
committed
98ae853
View commit details
Copy full SHA for 98ae853
Browse repository at this point
Address BigQuery converter review: clearer names, docstring every function
Show description for 683e1e2
libei
committed
683e1e2
View commit details
Copy full SHA for 683e1e2
Browse repository at this point
Support edge properties in BigQuery Graph converter
Show description for 4447d67
libei
committed
4447d67
View commit details
Copy full SHA for 4447d67
Browse repository at this point
Enrich test fixtures with description + AI context on every object
Show description for 7b45ee3
libei
committed
7b45ee3
View commit details
Copy full SHA for 7b45ee3
Browse repository at this point
Own the edge-properties custom extension under the GOOGLE vendor
Show description for 82d2208
libei
committed
82d2208
View commit details
Copy full SHA for 82d2208
Browse repository at this point
Rename edge-properties fixture to orders graph; use BigQuery dialect
Show description for e28ab63
libei
committed
e28ab63
View commit details
Copy full SHA for e28ab63
Browse repository at this point
Drop synonyms BigQuery rejects as label/property duplicates
Show description for 7803ebd
libei
committed
7803ebd
View commit details
Copy full SHA for 7803ebd
Browse repository at this point
Support many-to-many edges via a junction table
Show description for 567a1eb
libei
committed
567a1eb
View commit details
Copy full SHA for 567a1eb
Browse repository at this point
Model many-to-many edges as first-class edges
Show description for 0763325
libei
committed
0763325
View commit details
Copy full SHA for 0763325
Browse repository at this point
Commits on Aug 10, 2026
Model many-to-many edges as relationships, not first-class edges
Show description for 4a928ff
libei
committed
4a928ff
View commit details
Copy full SHA for 4a928ff
Browse repository at this point
Harden relationship extension handling in BigQuery converter
Show description for 67d0a13
libei
committed
67d0a13
View commit details
Copy full SHA for 67d0a13
Browse repository at this point
Annotate custom-extension blocks in BigQuery converter fixtures
Show description for f957495
libei
committed
f957495
View commit details
Copy full SHA for f957495
Browse repository at this point
Clarify edge-table terminology and no-source semantics in enrollment fixture
Show description for 8a30779
libei
committed
8a30779
View commit details
Copy full SHA for 8a30779
Browse repository at this point
Restructure BigQuery converter README around a learner's flow
Show description for e8c427b
libei
committed
e8c427b
View commit details
Copy full SHA for e8c427b
Browse repository at this point
You can’t perform that action at this time.