Skip to content

Add bigframes.bigquery.load_data function

4838687
Select commit
Loading
Failed to load commit list.
Draft

Add bigframes.bigquery.load_data function #2379

Add bigframes.bigquery.load_data function
4838687
Select commit
Loading
Failed to load commit list.
Conventional Commit Lint GCF / conventionalcommits.org failed Jan 13, 2026 in 0s

Commit message did not follow Conventional Commits

Some of your commit messages failed linting.

Visit conventionalcommits.org to learn our conventions.

Run git commit --amend and edit your message to match Conventional Commit guidelines.

Details

❌ The following linting errors found:

  • subject may not be empty
  • type may not be empty
    for the following input:
    "*add bigframes.bigquery.load_data function

implemented bigframes.bigquery.load_data to execute load data sql statements.
supports partitioning, clustering, schema specification, and other options.
includes logic to generate temporary destination table name if not provided.
added ddl generation helper in bigframes.core.sql.
exposed function in bigframes.bigquery package.
added unit tests in tests/unit/bigquery/test_io.py.*"