Skip to content

Commit a8ad6db

Browse files
authored
Update README.md (#39)
Add conditional_format() to Domain features and truncate_table to Query features.
1 parent 9bed34d commit a8ad6db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Query API - [sample code](samples/query_examples.py)
1616
- **insert_rows()** - Insert rows into a table.
1717
- **select_rows()** - Query and get results sets.
1818
- **update_rows()** - Update rows in a table.
19+
- **truncate_table()** - Delete all rows from a table.
1920

2021
Domain API - [sample code](samples/domain_example.py)
2122

@@ -24,6 +25,7 @@ Domain API - [sample code](samples/domain_example.py)
2425
- **get()** - Get a domain design.
2526
- **infer_fields()** - Infer fields for a domain design from a file.
2627
- **save()** - Save changes to a domain design.
28+
- **conditional_format()** - Create a conditional format on a field.
2729

2830
Experiment API - [sample code](samples/experiment_example.py)
2931

0 commit comments

Comments
 (0)