nodejs-bigtable
nodejs-bigtable copied to clipboard
feat: Table deletion protection only relevant
This PR includes the changes for table deletion protection.
In the createTable method we allow the user to provide a deletionProtection parameter and we pass it along at the table level to the request layer.
System tests and unit tests are added for the true and false cases on the deletionProtection option to capture the desired behaviour of deleting a table when this option is set to true and not deleting a table when the option is set to false.