You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: collections.mdx
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,22 @@ action.
18
18
19
19
## Create a collection
20
20
21
-
You can create a collection using the client library and calling the `applySchema` method on your polybase instance.
21
+
You can create a collection using the [Explorer](https://explorer.testnet.polybase.xyz)**(recommended)** or by using the client library and calling the `applySchema` method on your polybase instance.
22
22
23
23
<Info>
24
-
You can also create a collection via the[Polybase
25
-
Explorer](https://explorer.testnet.polybase.xyz). You will need to first login
24
+
We recommended you use[Polybase
25
+
Explorer](https://explorer.testnet.polybase.xyz) to create your Collection. You will need to first login
26
26
and create an account.
27
27
</Info>
28
28
29
+
30
+
<Warning>
31
+
If you use `applySchema` you will need to sign the request [sign the request](https://docs.polybase.xyz/write#signing-requests), and
32
+
ensure that your namespace is in the format `pk/0x<hex_encoded_64_byte_public_key>/whatever-namespace-you-want`. Where the 64 byte public key
0 commit comments