Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Mar 25, 2024
1 parent 1a4d262 commit f7c04cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdocs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ catalog.create_table(
schema=schema,
)
```

To create a table with some subsequent changes in a transaction:

```python
with catalog.create_table_transaction(
identifier="docs_example.bids",
Expand All @@ -182,7 +184,6 @@ with catalog.create_table_transaction(
txn.set_properties(test_a="test_aa", test_b="test_b", test_c="test_c")
```


## Load a table

### Catalog table
Expand Down

0 comments on commit f7c04cf

Please sign in to comment.