A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.
Which of the following Git operations does the data engineer need to run to accomplish this task?
To include a property indicating that a table contains personally identifiable information (PII), the TBLPROPERTIES keyword is used in SQL to add metadata to a table. The correct syntax to define a table property for PII is as follows:
CREATE TABLE customersInFrance
USING DELTA
TBLPROPERTIES ('PII' = 'true')
AS
SELECT id,
firstName,
lastName
FROM customerLocations
WHERE country = 'FRANCE';
The TBLPROPERTIES ('PII' = 'true') line correctly sets a table property that tags the table as containing personally identifiable information. This is in accordance with organizational policies for handling sensitive information.
Reference: Databricks documentation on Delta Lake: Delta Lake on Databricks
Gracia
5 months agoKathrine
5 months agoEleni
6 months agoMarshall
6 months agoKati
6 months agoAshanti
6 months agoKathrine
7 months agoNatalie
7 months agoAlesia
7 months agoDianne
7 months agoRima
7 months agoDenise
7 months agoNovella
7 months agoSharita
7 months agoSabra
7 months agoShonda
12 months agoFelicia
10 months agoKimi
10 months agoLaine
10 months agoGene
11 months agoNelida
12 months agoGearldine
12 months agoAshlyn
10 months agoEarnestine
10 months agoNettie
11 months agoAmie
1 year agoMariann
1 year agoAudra
11 months agoJusta
11 months agoClaudia
11 months agoCorrinne
1 year agoWerner
12 months agoJoseph
12 months agoGracia
1 year agoThomasena
1 year agoLeatha
1 year agoSue
1 year agoGilberto
1 year agoJeniffer
1 year agoEzekiel
1 year ago